Interface sjl.BidirectionalIterator
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface sjl.BidirectionalIterator

public interface BidirectionalIterator
extends Object
extends ForwardIterator
Defines the methods allowed on bidirectional iterators. Bidirectional iterators allow multiple passes over the container using both next() and prev().

Copyright © 1996 Finn Bock

See Also:
List, Map, MultiMap, Set, MultiSet

Method Index

 o prev()
Advance self to the previous element in the container.

Methods

 o prev
  public abstract Iterator prev()
Advance self to the previous element in the container.
Returns:
self

All Packages  Class Hierarchy  This Package  Previous  Next  Index